home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / oogl / lisp / Makefile < prev   
Encoding:
Makefile  |  1993-10-29  |  196 b   |  13 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include Makedefs
  4. include ${GEOM}/makefiles/Makerules.subsrc
  5.  
  6. all:    clisp
  7.  
  8. clisp:  lisp.c
  9.     lisp2c -o $@ lisp.c
  10.     touch $@
  11.  
  12. install:    clisp
  13.